dm: pci: return the real controller in pci_bus_to_hose()
authorMinghuan Lian <[email protected]>
Tue, 13 Dec 2016 06:54:09 +0000 (14:54 +0800)
committerYork Sun <[email protected]>
Wed, 18 Jan 2017 17:25:14 +0000 (09:25 -0800)
commitd7482ca4265fbe4065b28ace998636f78406ed95
tree2a9478fcb2202799f60d80ee1c1cb9ebe09777ec
parent1e960e15a58d029fbf7ad2a58afc565275d3485e
dm: pci: return the real controller in pci_bus_to_hose()

for the legacy PCI driver, the function pci_bus_to_hose() returns
the real PCIe controller. To keep consistency, this function is
changed to return the PCIe controller pointer of the root bus
instead of the current PCIe bus.

Signed-off-by: Minghuan Lian <[email protected]>
Signed-off-by: Hou Zhiqiang <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: York Sun <[email protected]>
drivers/pci/pci_compat.c